/*
Theme Name: deadly duo mysteries 
Theme URI: http://www.deadlyduomysteries.com
Description:  
Author: elsinore studios
Author URI: www.elsinore.net



/*-----------Block Level Elements--------------*/

html, body {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #37133e;
	background-image: url("images/ddm_bg.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;  
	font-size: 62.5%;
}

#page {
	width: 754px;
	margin: 0 auto;
	font-size: 1.4em;
	font-family: "trebuchet MS", trebuchet, verdana, "lucida sans unicode", arial, sans-serif;
}

#header {
	width: 100%;
	height: 268px;
	background-image: url("images/ddm_header_cc.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#header_link {
	width: 100px;
	float: left;
}

#header img {
	background-color: #transparent;
	border: none;
}

#header_text a {
	width: 580px;
	color: #d9ccdc;
	margin-top: 112px;
	margin-bottom: 20px;
	margin-right: 12px;
	text-align: right;
	float: right;
	font-size: 14px;
	line-height: 1.04em;
	letter-spacing: .032em;
	text-decoration: none;
}

#headerimg a {
	text-decoration: none;
}


#wrapper {
	width: 100%;
	background-image: url("images/ddm_middle_c.gif");
	background-repeat: repeat-y;
	background-position: bottom left;
	padding-bottom: 0px;
	padding-top: 0px;
}

#wrapper_bottom {
  	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	background-image: url("images/ddm_content_bottom_c.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content {
	float: right;
	width: 510px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}


#content a {
	color: #b27a01;
	text-decoration: none;
	}
	
#content a:hover {
	background-color: #efd7a3;
	color: #535f0d;
	}
	
p {
	line-height: 1.3em;
	text-align: left;
}


#footer {
	background-image: url("images/ddm_footer_cc.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 65px;
	clear: both;
	margin-bottom: 6px;
	padding-bottom: 8px;
}

#footer p {
	text-align: center;
	font-size: .9em;
}

#footer a {
	color: #b27a01;
	text-decoration: none;
	}
	
#footer a:hover {
	background-color: #efd7a3;
	color: #535f0d;
	}
	
/* clearer for end of column - allows background image to extend to bottom of content */
	
.clearer {
           clear: both;
           height: 1.4em;
           margin: 0;
           padding: 0;
           }

/*-------------Headings-------------*/

h1 {
color: #535f0d;
text-decoration: none;
font-weight: normal;
}

h2 {
background-image: url("images/wiggle.gif");
background-repeat: repeat-x;
color: #535f0d;
padding-top: 12px;
text-decoration: none;
font-weight: normal;
font-size: 1.4em;
letter-spacing: .16em;
font-family: "trebuchet MS", trebuchet, verdana, "lucida sans unicode", arial, sans-serif;
}

h3 {
color: #535f0d;
text-decoration: none;
font-weight: normal;
text-align: left;
font-size: 1.2em;
letter-spacing: .16em;
font-family: "trebuchet MS", trebuchet, verdana, "lucida sans unicode", arial, sans-serif;
}

h4 {
color: #535f0d;
text-decoration: none;
font-weight: normal;
text-align: center;
font-size: 1.1em;
letter-spacing: .14em;
font-family: "trebuchet MS", trebuchet, verdana, "lucida sans unicode", arial, sans-serif;
}


h5 {

}

/*-------------The Post-------------*/



h2 a:visited, h2 a {
	color: #535f0d !important;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .16em;
	font-family: "trebuchet MS", trebuchet, verdana, "lucida sans unicode", arial, sans-serif;
}

h2 a:hover {
	color: #b27a01;
	}

.post {
	width: 450px;
	padding-left: 18px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.pagetitle {
background-image: url("images/wiggle.gif");
background-repeat: repeat-x;
color: #535f0d;
width: 450px;
margin-left: 4px;
padding-left: 18px;
padding-right: 0px;
padding-top: 12px;
text-decoration: none;
font-weight: normal;
font-size: 1.4em;
letter-spacing: .16em;
font-family: "trebuchet MS", trebuchet, verdana, "lucida sans unicode", arial, sans-serif;
}

.entry, .entrytext  {
	line-height: 1.6em;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 12px;
	padding-bottom: 8px;
	color: #320c3a;
}

.entry p {
	color: #320c3a;
}

.entry a, .entrytext a {
	color: #b27a01;
	text-decoration: none;
	font-weight: normal;
}

.entry a:hover, .entrytext a:hover {
	color: #535f0d;
	text-decoration: none;
	font-weight: normal;
	background-color: #efd7a3;
}

.entry a:visited, .entrytext a:visited {
	color: #b27a01;
	text-decoration: none;
	font-weight: normal;
}

.post ul {
	
}

.post li {

}

.postmetadata {
	border-top: #320c3a 1px solid;
	border-bottom: #320c3a 1px solid;
	margin-top: 8px;
	padding-top: 1px;
	padding-bottom: 2px;
	line-height: 1.1em;
	text-align: right;
	font-size: .8em;
}

.postmetadata alt {
	border-top: #320c3a 1px solid;
	font-size: .8em;

}

.postmetadata a {
	color: #b27a01;
}

.navigation {
	margin-left: 8px;
}


.center {

}


blockquote {
	background: url(images/quote.gif) no-repeat;
	background-position: top left;
	background-color: #dfe4cd;
	padding-left: 44px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 4px;
	text-align: left; 
	color: #37133e;
}


cite {

}

a img {

}

acronym, abbr {

}

p.indent {
	margin-left: 12px;
	}
	
	
div.sales {
	background-color: #dfe4cd;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-right: 20px;
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 4px;
	text-align: left; 
	color: #37133e;
	border: 1px solid #535f0d;
}

#sales_header {
color: #535f0d;
text-decoration: none;
font-weight: bold;
text-align: left;
font-size: 1.1em;
letter-spacing: .14em;
font-family: "trebuchet MS", trebuchet, verdana, "lucida sans unicode", arial, sans-serif;
}

/*--------------Sidebar------------*/

#sidebar {
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
	
ul#sidebar {
   	width: 202px;
  	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

ul#sidebar li {
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin-left: 18px;
	margin-right: 4px;
}

/*--------------Note: padding on right and left plus background clolor makes the borders not crash in IE, or get funky white spaces.------------*/

ul#sidebar li h2 {
	background-image: none !important;
	color: #535f0d;
	font-weight: normal;
	letter-spacing: .16em;
	font-size: 1.2em;
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 0px;
	margin: 0px;
}

ul#sidebar li ul {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

ul#sidebar li ul li {
	padding: 0px;
	background-image: none;
	margin: 0px;
	border-bottom: none;
}

ul#sidebar p {
	padding-top: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
	margin: 0px;
}

ul#sidebar a, ul#sidebar a:visited {
	display: block;
	color: #b27a01;
	font-weight: bold !important;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin: 0px;
	background-image:  url("images/ddm_menu_off.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

ul#sidebar a:hover {
display: block;
	color: #535f0d;
	text-decoration: none;
	font-weight: normal;
	background-image:  url("images/ddm_menu_on.gif");
}

a.books, a.books:visited {
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px !important;
	margin: 0px;
	background-image: none !important;
}

a.books:hover {
	text-decoration: none;
	font-weight: normal;
	background-image: none !important;
}


#latest {
	width: 202px;
	margin-left: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
}

ul#latest {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: .8em;
}

ul#latest li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}

ul#latest a, ul#latest a:visited {
	color: #b27a01;
	text-decoration: none;
	font-weight: normal;
}

ul#latest a:hover {
	color: #535f0d;
	text-decoration: none;
	font-weight: normal;
}

/*--------------Comments--------------*/


#comments {
	width: 450px;
	padding-left: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ol.commentlist {
	width: 430px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
}

ol.commentlist li {
	border: #320c3a 1px solid;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-top: 6px;
}

ol.commentlist li.alt {
	border: #535f0d 1px solid;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-top: 6px;
}

ol.commentlist a {
	color: #b27a01;
}

p.small {
font-size: .8em;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {
	color: #b27a01;
}

#wp-calendar caption {

}

/*-------------Images------------------*/

img.alignleft {
	float: left;
	background-color: #dfe4cd;
	padding: 4px;
	border: 1px solid #401c49;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}

img.alignright {
	float: right;
	background-color: #dfe4cd;
	padding: 4px;
	border: 1px solid #401c49;
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}

img.center {
	background-color: #dfe4cd;
	padding: 4px;
	border: 1px solid #401c49;
	margin: 6px;
	text-align: center;
}

img.sidebar {
	background-color: #dfe4cd;
	padding: 4px;
	border: 1px solid #401c49;
	margin-left: 28px;
	margin-top: 4px;
	text-align: center;
}


/*-------------Other------------------*/

div.books {
	border: 1px solid #dfe4cd;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-right: 16px;
	margin-left: 16px;
	padding: 4px;
	overflow: hidden;
	width: 380px;
}

div.lbooks {
	float: left;
	width: 142px;
	}
	
div.rbooks {
	float: right;
	width: 142px;
	}
	
p.txt {
   text-indent:1em;
   margin:0 }
   
   
   #wp_quotes
{
	margin-top: 8px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	border-top: 2px solid #dfe4cd;
	border-bottom: 2px solid #dfe4cd;
}

#wp_quotes div.wp_quotes_quote
{
}

#wp_quotes div.wp_quotes_author
{
	text-align:right;
	margin-top: 5px;
	}